Welcome![Sign In][Sign Up]
Location:
Search - The Game of Life

Search list

[File Operate游戏_字模修改器

Description: 以前汉化PS游戏〈〈封神演义〉〉的时候写的工具,作用是查看其自带的字模文件font.grp里的数据,还可以修改其中的数据。 附带用VB写的源代码。游戏狂热的不妨耍一下,-sinicized PS games before <<Senior Life Romance>> the time of writing tools, is to look into their own documents to the Fonts font.grp The data can also modify the data. VB fringe write the source code. The game might play fanatical about, huh
Platform: | Size: 70343 | Author: 解放 | Hits:

[Other键盘操作

Description: 常用接口电路及其编程 1. LED数码显示器的连接与编程 在单片机系统中,通常用LED数码显示器来显示各种数字或符号。由于它具有显示清晰、亮度高、使用电压低、寿命长的特点,因此使用非常广泛。 1. 八段LED显示器 引入:还记得我们小时候玩的“火柴棒游戏”吗,几根火柴棒组合起来,可以拼成各种各样的图形,LED显示器实际上也是这么一个东西。 -common programming interface and a circuit. LED digital display connections and programming in the SCM system, usually LED digital display to show figures or symbols. Because of its clear display and high brightness, the use of low-voltage, long-life characteristics, the use of very extensive. 1. Section 7 LED displays introduction : remember we were young playing the "match stick game"?, crossing a match stick combination, makes up all kinds of graphics, LED display is actually such a thing.
Platform: | Size: 55588 | Author: 王颖麟 | Hits:

[OpenGL programopengl_complete_game_Legend

Description: 本游戏是采用斜45度角的角色扮演游戏。游戏以一个想象的世界为背景,以一个梦想成为英雄的小虾米锦霜为主角,产开一幅庞大的故事画面。在锦霜的冒险历程中,认识了两位女主角:雪一般的忆雪和火一般的红怜,从而产开了一段刻骨铭心的爱情故事。这只是我们游戏的一个部分,或者说是一条主线。随着主角们冒险历程的不断深入,随着故事的不断发展,红狼、素心儿、恒卿、影枫、寒月等一批有血有肉的角色不断加入,各自书写着各自独特的人生,各自独特的悲剧。游戏中,黑暗组织的神秘面纱慢慢被揭开,他们酝酿的大阴谋是什么?在黑暗组织的背后,似乎还有一股更为强大的力量,还有一个更大的阴谋,那是什么?隐藏在忆雪身上的秘密是什么?随着我们故事的发展,一切都会揭开。 -the game is tilted 45 degrees angle of role-playing games. Imagine a game in the world as a backdrop to a dream become a hero of the outgoing Kam cream for the leading role, a huge open-story screen. At Kam cream adventure course, understand the two Actress : Ice general Recalling snow and fiery red Pity, thereby opening the middle section of unforgettable love story. It's just a part of the game, or is a main line. With the main players in the adventures continued to deepen, as the story continues to develop, the referee, Concolor abuse, constant Betty, videos maples firm flesh of a number of roles constantly, each with its own unique writing life, each unique tragedy. Games, the dark veil of secrecy has been lifted slowly, the big brewing conspiracy? In the darkness behind, it seems
Platform: | Size: 707466 | Author: 刘坤 | Hits:

[Other resourceclientOfHalfLife

Description: 半条命游戏源代码,对于学习游戏编程有很大好处-source code for Half-Life game, learning the game programming to be of considerable benefit
Platform: | Size: 327800 | Author: 郑波 | Hits:

[Windows Developpearmorangela

Description: 编译要先安装WTL(用来写小程序用地),先编译 stdafx.cpp,不然会提示出错.... 注:(只在Win2000 Pro Sp4 上测试过) 1: 有生命以来第一次写的程序,还原代码基本全是照抄壳代码,没有任何技术含量,游戏而已:) 2: 附有2个典型倒子(PE-Armor 0.7x),高手就莫来了,用 Relox 修复倒也是蛮方便地。 3: 由于是第一次写程序,代码乱乱地,也没有任何思路(其实有更简便地代码,无奈没经验,老是编译失败,所以用了最笨地方法)! 4: 至于怎么用可参照看雪老大地 UPXAngela ,我就不多说了-first compiler installation WTL (procedures used to write small space), first compiled stdafx.cpp, otherwise suggest mistake .... Note : (only on Win2000 Pro v2 tested) 1 : Life was the first time since the procedure, reducing the basic code are copied shell code no technical content, game :) 2 : with two typical down - (PE-Armor camcorder), on top of mullite with reversing Relox repair is pretty easy. 3 : Since this is the first time to write a program, code disorderly, and the absence of any ideas (actually more accessible to code, no experience frustration, failure always compiler, in the most stupid way to)! 4 : As for how the light can be used to UPXAngela eldest snow, I do not talk a lot ..
Platform: | Size: 472093 | Author: rar | Hits:

[Otherjavagame1245

Description:  ? 部分内容   首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScore()自动加1分。如果没有点中炸弹,炸弹继续下降,当撞到屏幕wasHitEarth()方法激活,其内调用death()方法,减少Denfenser.life生命点,同时audio.play()处理声音的播放,用以提示游戏者。当你的生命点数小于0时”Game Over”。-first part of the init () method to load the game all the necessary resources, including the voices of the mouse wiretapping, and other relevant background set. Use addBomb () method to increase the number of bomb, the initial location and initialization color. Reuse start () activated threads. Call threads run () method to deal with bomb dropped down Movement (). Hamas () in a unit time per call to paint () method is constantly refresh the screen, paint () call Bomb.addBomb () to draw bomb. When pressed mouse game, mousePress () activation of the incident to determine whether the point of the bomb. If the point addScore () an automatic points. If there is no point bombs, continued to decline, hit the screen wasHitEarth () method is activated, Calling within their death (), to reduce Denfe
Platform: | Size: 357630 | Author: 11 | Hits:

[Game Hook Cracktank108_modify

Description: 详细说明在压缩包内,含代码。泰坦之旅V1.08 十项属性修改器 V1.1.0 本修改器使用VB6编写,运行时需要MSVBVM60.DLL的支持,如果你无法启动该修改器,请自己找地址下载该运行库。最近在玩这个游戏,写了写,提供十项属性修改。但未提供恢复修改前状态的功能。修改后没有在游戏里面的提示,因为我现在还没做过DX界面下显示,嘿嘿,下一版本就会有了。功能如下: \"F1 :无限生命(INFINITE HEALTH)\" \"F2 :无限魔法(INFINITE ENERGY)\" \"F3 :无限技能(INFINITE SKILL POINTS)\" \"F4 :无限属性(INFINITE ATTRIBUTE POINTS)\" \"F5 :无限金钱(INFINITE GOLO)\" \"F6 :开通所有技能(ACCESS ALL SKILLS)\" \"F7 :无技能恢复等待(NO SKILL RECHARGE)\" \"F8 :右键卖出物品不消失(DUPE ITEMS)\" \"F9 :不建议-隐身,只能自己打(INVISIBILITY)\" \"F10:不建议-直接到25,以后要同级怪(LEVEL UP)\"-detailed description of the compression packages, containing code. TITAN trip V1.08 10 V1.1.0 property changes for the revision prepared for the use of VB6, Runtime need MSVBVM60.DLL support, but if you can not start for the changes, Please find his own address to download the runtime library. Recently playing the game, write to write, to amend the 10 attributes. But did not provide resume revision of the state function. No modifications of the game inside tips, because I was not yet done DX interface, laughter, With the next version will. Function as follows : "F1 : unlimited life (INFINITE HEALTH)" "F2 : unlimited magic (INFINITE ENERGY) "" F3 : unlimited skills (INFINITE SKILL POINTS) "" F4 : unlimited properties (INFINITE ATTRIBUTE POINTS) ""
Platform: | Size: 59910 | Author: 刘嘉康 | Hits:

[Other resource5ziqiNet

Description: JAVA课程设计(五子棋) 包含论文 摘 要 目前,以计算机技术和网络技术为核心的现代网络技术已在现实生活和生产中得以广泛的使用,休闲类网络游戏集趣味性,娱乐性,互动性和益智性于一体,已经成为多数人群的休闲方式。 本软件使用JAVA语言实现,通过对SCOKET技术的理解,在此基础上建立服务器与多客户端的连接,利用多线程处理多个客户端之间的信息。 通过对软件的编写,加深对以上技术的理解和掌握。 关键词: 多线程 流套接字 APPLET 数据传输 -JAVA Course Design (331) contains papers Abstract At present, computer and network technology at the core of modern networking technology in real life and production is widely used. leisure class network game set interesting, entertaining, interactive and informative sexual integration have become the majority of the leisure crowd. The use of Java software language, right SCOKET technical understanding, In this based on the server and multi-client connectivity, the use of a number of multi-threaded processing between the client information. Through the preparation of the software, a deeper understanding of the techniques above to understand and grasp. Keywords : multithreading flow data transmission socket APPLET
Platform: | Size: 65555 | Author: shushun | Hits:

[OpenGL programMYGAME

Description: 三维空战游戏实例,本系统包含了一个三维游戏制作的绝大部分关键技术,如三维实体的绘制,爆炸效果,星空背景,游戏主题的生命设置,音响效果等.-3D combat games example, the system includes a three-dimensional games produced by the majority of key technology If 3D rendering, effects of the explosion, the night sky background, the theme of the game set up life, such as acoustics.
Platform: | Size: 846518 | Author: zhang | Hits:

[Other resourcelife

Description: 生命游戏,实现迷宫的行进方向-life of game,and make the puzzle direction true
Platform: | Size: 1225 | Author: | Hits:

[source in ebooklife

Description: 生命游戏,实现迷宫的行进方向-life of game,and make the puzzle direction true
Platform: | Size: 1024 | Author: | Hits:

[Other Gamesbattle2

Description: VS编程的小游戏,可以设置左右两部分玩家数量,然后开战,相遇时就会通过设定的生命值来判断哪一方存活。-VC programming game, you can set the number of players left and right parts, and then go to war, when it will meet by setting the value of life to determine which party to survive.
Platform: | Size: 161792 | Author: | Hits:

[CSharpC-algorithm

Description: C语言经典算法大全,其中包含了河内之塔、 生命游戏、超长整数运算(大数运算)、快速排序法等经典的C语言算法的详细介绍及源代码.-C language classical algorithm Guinness, which includes the Tower of Hanoi, Game of Life, long integer arithmetic (computing large numbers), and other classic quick sort algorithm C language source code and details.
Platform: | Size: 1057792 | Author: 熊健东 | Hits:

[Shot GameHL-Gun-Game-1.3

Description: This a game modification script for Half-Life written in PAWN for AMX.It changes the gameplay completely - instead of picking up weapons off the map, you are given a weapon based on your rank and you have to go through all the weapon in the game to win the match. The code is long, but it works well. It supports bots.
Platform: | Size: 1734656 | Author: brotalnia | Hits:

[Embeded Linuxkanvy

Description: 元胞自动机,康威生命游戏,零玩家游戏,自动机-Cellular automata, Conway' s Game of Life, a zero-player game, the automaton
Platform: | Size: 1024 | Author: 开发网 | Hits:

[OS program8916094

Description: Game Of Life 的并行程序 在MPI的下设计的C语言程序-Game Of Life under the MPI parallel program design Of C language program
Platform: | Size: 2048 | Author: Leifsg | Hits:

[Game Program24点游戏

Description: 24点游戏是经典的纸牌益智游戏。从扑克中每次取出4张牌。使用加减乘除,第一个能得出24者为赢。(其中,J代表11,Q代表12,K代表13,A代表1)随机生成4个代表扑克牌牌面的数字字母,程序自动列出所有可能算出24的表达式,用户初始生命值为一给定值(比如3),初始分数为0。随机生成4个代表扑克牌牌面的数字或字母,由用户输入包含这4个数字或字母的运算表达式(可包含括号),如果表达式计算结果为24则代表用户赢了此局。使用计时器要求用户在规定时间内输入表达式,如果规定时间内运算正确则加分,超时或运算错误则进入下一题并减少生命值(不扣分)。所有成绩均可记录在TopList.txt文件中。(24 point game is the classic card puzzle game.Take 4 cards at a time from poker. Use the first 24 can be reached add, subtract, multiply and divide, to win. (of which J stands for 11, Q stands for 12, K stands for 13, A stands for 1), and programming addresses 24 games as required. Basic requirements: randomly generated 4 cards on behalf of the surface of the card number letters, the program automatically list all possible to calculate the expression of 24, the expression evaluates to 24 representative users win this game.if the correct operation within the specified time, plus points, overtime or error in the next issue, and reduce the value of life (without deduction). all grades can be recorded in the TopList.txt file.)
Platform: | Size: 7168 | Author: wwwhn.com | Hits:

[Other龙与地下城角色生成

Description: 游戏角色应有以下属性:名字、性别、种族、职业、力量、敏捷、体力、智力、智慧、生命值和魔法值。 名字:不超过50个字符。 性别:可以选择男性和女性。 种族:一共可选五个种族,人类、精灵、兽人、矮人和元素。 职业:可选六种职业,狂战士、圣骑士、刺客、猎手、祭司和巫师。 其余属性均为整数。 本题目要求首先用户输入角色姓名,然后由用户选择角色性别,然后由用户选择种族,然后选择职业,然后自动分配力量、敏捷、体力、智力和智慧属性,并计算生命值和魔法值。 生命值=体力*20。 魔法值=(智力+智慧)*10。(Game characters should have the following attributes: name, gender, race, occupation, strength, agility, stamina, intelligence, intelligence, life values, and magic values. Name: no more than 50 characters. Sex: men and women are available. Ethnicity: a total of five races, humans, elves, orcs, dwarves, and elements. Occupation: there are six occupations available: Berserker, Paladin, assassin, hunter, priest and sorcerer. The remaining attributes are integers. This topic request user input character name first, and then selected by the user and by the user to select the role of gender, race, and then choose the occupation, and automatic distribution of strength and agility, strength, intelligence and wisdom of the property, and calculate the value of life and mana. Life = physical strength *20. Mana = (intelligence + wisdom) *10.)
Platform: | Size: 5538816 | Author: wwwhn.com | Hits:

[Button controlrandhm-mitimum

Description: Game Of Life 的并行程序 在MPI的下设计的C语言程序(Game Of Life under the MPI parallel program design Of C language program)
Platform: | Size: 1024 | Author: laux%2525252B247 | Hits:

[Game ProgramFlappyBird_Asset

Description: 在《FlappyBird》这款游戏中,玩家只需要用一根手指来操控,点击触摸屏幕,小鸟就会往上飞,不断的点击就会不断的往高处飞。放松手指,则会快速下降。所以玩家要控制小鸟一直向前飞行,然后注意躲避途中高低不平的管子。 1、在游戏开始后,点击屏幕,要记住是有间歇的点击屏幕,不要让小鸟掉下来。 2、尽量保持平和的心情,点的时候不要下手太重,尽量注视着小鸟。 3、游戏的得分是,小鸟安全穿过一个柱子且不撞上就是1分。当然撞上就直接挂掉,只有一条命。(In the game of FlappyBird, players only need to use one finger to manipulate, click on touch screen, and birds will fly up, clicking continuously will go up high. If you relax your finger, it will drop quickly. So the player has to control the bird to fly forward, and pay attention to avoiding the uneven pipe in the way. 1, after the start of the game, click on the screen to remember that there is a intermittent click on the screen, do not let the bird drop down. 2, try to keep the peace of mind. Don't go down too heavily when you point. Try to look at the birds. 3, the score of the game is that the bird is safe through a column and is 1 points without hitting it. Of course, I just hit it and hang it out, only one life.)
Platform: | Size: 33931264 | Author: SymonCN | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »

CodeBus www.codebus.net